projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e02c4a8
)
* lisp/vc/vc-hooks.el (vc-mode): Give a body to the function (bug#69387)
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Sun, 25 Feb 2024 18:18:08 +0000
(13:18 -0500)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Sun, 25 Feb 2024 18:18:08 +0000
(13:18 -0500)
lisp/vc/vc-hooks.el
patch
|
blob
|
history
diff --git
a/lisp/vc/vc-hooks.el
b/lisp/vc/vc-hooks.el
index a95cc732dab4b3063900f1e68e60efaa6830d2e9..75f68dd80d14a1d388ec4daebeb31d34ea3713cc 100644
(file)
--- a/
lisp/vc/vc-hooks.el
+++ b/
lisp/vc/vc-hooks.el
@@
-186,7
+186,8
@@
revision number and lock status."
This minor mode is automatically activated whenever you visit a file under
control of one of the revision control systems in `vc-handled-backends'.
VC commands are globally reachable under the prefix \\[vc-prefix-map]:
-\\{vc-prefix-map}")
+\\{vc-prefix-map}"
+ nil)
(defmacro vc-error-occurred (&rest body)
`(condition-case nil (progn ,@body nil) (error t)))